Importance Property (MessageFilter Object) 

The Importance property sets filtering on a message s importance to mapiNormal (the default), mapiLow, or mapiHigh. Read/write.

Syntax

objMessageFilter.Importance

Data Type

Long

Remarks

The following values are defined:

Constant

Value

Description

mapiLow

0

Low importance

mapiNormal

1

Normal importance (default)

mapiHigh

2

High importance

 

The Importance property corresponds to the MAPI property PR_IMPORTANCE.